home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 8 / CD Funhouse Version 8.0 - Wayzata Technology (7013) (1993).iso / pc / pc / boards / clue12 / readme.1st < prev   
Text File  |  1989-08-09  |  4KB  |  82 lines

  1.             CLUE  Ver 1.22
  2.     To start game, type CLUE [-m] [-s]
  3.     -m will disable the opening musical selection,
  4.     -s will disable all sound effects,
  5.     These switches can be used alone or together and entered in any order.
  6.     Entering Clue without any switches will use it's default values --
  7.         music at the beginning and sound effects on.
  8.     Think of the "-" as a minus sign..."minus music" or "minus sound" etc.
  9.     The program will determine if you are using a color or mono monitor
  10. and adjust itself accordingly.  However, the game looks MUCH better when
  11. played on a color monitor.
  12.  
  13.     Welcome to the computer version of Clue!  I've tried to keep the play
  14. as close as possible to the board version.  The notable exceptions are:
  15. 1)    In this version, your suggestion is checked against all "playable"
  16.     cards except those in your hand.  In the board game, your suggestion is
  17.     checked by each player, in turn, until one of them can disprove your
  18.     suggestion.
  19. 2)    The board version requires 3 to 6 players, while this version can be
  20.     played alone or have up to 6 players.
  21. 3)    Parker Brothers says you may move in any direction and change direction
  22.     as many times as your roll will allow, but you may not land on the same
  23.     square twice in the same turn.  In this version you may still change
  24.     directions, but your total movement is determined in two directios only.
  25.     For example, if you move 2 squares up, then 1 square down, your total
  26.     movement is only 1 square.  If you go up 2, left 3, and down 2, your
  27.     total movement is only 3.
  28.  
  29.     This version requires a printer for the Detective Notepad.  I have
  30. found it compatable with both Epson (Panasonic) and IBM printers.  The Note-
  31. pad is a coded list that differs from player to player and from game to game.
  32. It is these codes that the computer uses to "disprove" your suggestions.  A
  33. color monitor is best, due to all the colors used in the display.  While it
  34. will play "logically correct" on a monochrome monitor, the display leaves
  35. a lot to be desired.  It is written for text mode because I needed almost
  36. all 16 colors...graphics allowed me only 4.
  37.  
  38.     Instructions are included as part of the .exe file.  Whether or not
  39. you have ever played Clue before, I suggest you look over these instruc-
  40. tions.  They include the Parker Brothers rules and how to use the features
  41. in this computer version.
  42.  
  43.     I wrote this game as a further exercise in learning the C language.  It
  44. is written in Turbo C Ver. 2.0.  I would recommend this compiler to anyone
  45. interested in C.  It appears to do anything you want, and is very easy to
  46. learn.
  47.  
  48.     I donate this program to the Public Domain for all to enjoy.  For
  49. those of you (like myself) who are wary of viruses, I will be happy to
  50. send you a guaranteed virus-free copy.  If you want to register this and be
  51. entitled to the next upgrade (if and when available), plus the disk with
  52. the current version, just send your name, address, zip and $10.00 to cover
  53. the cost to:
  54.  
  55.                 Dennis M. Straus
  56.                 12 Richard Court
  57.                 Lake Grove, N.Y.  11755
  58.  
  59.     Anyone who has mailed disks will note that there is no money to be made
  60. at this fee.  I only ask it to cover expenses.
  61.  
  62.     I have done extensive testing on this game, but I'm sure there is
  63. always a problem hidden somewhere.  Either way, registered or not, if you
  64. find a problem with the program, or you interpret the rules differently,
  65. please drop me a line.  I'll try to correct any bugs and will evaluate any
  66. rule-interpretations that I receive.
  67.  
  68.     Since this program is free (you get what you pay for -- most of the
  69. time), I assume no liability for the use of the program with regards to
  70. your computer, home, job, marriage, or love life.
  71.  
  72.                     Dennis M. Straus
  73.  
  74.                     HISTORY
  75. 7/15/89  Relesed Ver 1.0 to the game testers.
  76. 7/25/89  Added switches (at the request of my game-testers) to disable the
  77.           music and/or sound effects.  (Ver 1.1)
  78. 7/29/89  Added a switch for monochrome monitors.  (Ver. 1.2)
  79. 8/02/89  Removed the color switch and added coding to automatically
  80.          test for monochrome monitors.  (Ver. 1.21)
  81. 8/9/89   Added more musical tunes in various stages of play.  (Ver. 1.22)
  82.         Finally released to the public domain.